home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / netCD41 / PC16.DIR / 00210_Script_210 < prev    next >
Text File  |  1997-12-08  |  438b  |  21 lines

  1. on exitFrame
  2.   global section
  3.   if section="menu" then
  4.     go to frame "menu"
  5.     SET section=""
  6.   else if section="next" then
  7.     go to marker(1)
  8.     SET section=""
  9.   else if section="back" then
  10.     go to frame "menu"
  11.     SET section=""
  12.   else if section="sect9" then
  13.     go to frame "sect9"
  14.     SET section=""
  15.   else if section="quit" then
  16.     go to frame "quit"
  17.     SET section=""
  18.   else GO TO FRAME "SECT4"
  19.   
  20. end
  21.